Termination Proof Script
Consider the TRS R consisting of the rewrite rules
|
1: |
|
app(f,app(g,x)) |
→ app(g,app(f,app(f,x))) |
2: |
|
app(f,app(h,x)) |
→ app(h,app(g,x)) |
|
There are 5 dependency pairs:
|
3: |
|
APP(f,app(g,x)) |
→ APP(g,app(f,app(f,x))) |
4: |
|
APP(f,app(g,x)) |
→ APP(f,app(f,x)) |
5: |
|
APP(f,app(g,x)) |
→ APP(f,x) |
6: |
|
APP(f,app(h,x)) |
→ APP(h,app(g,x)) |
7: |
|
APP(f,app(h,x)) |
→ APP(g,x) |
|
The approximated dependency graph contains one SCC:
{4,5}.
-
Consider the SCC {4,5}.
The constraints could not be solved.
Tyrolean Termination Tool (0.03 seconds)
--- May 4, 2006